react-server675fbba4
react-servertreemaindocssrcpages@footer[[lang]](footer).page.jsx
docs/src/pages/@footer/[[lang]]/(footer).page.jsxjsx212 Bfdccf895
export default function Footer() {
  return (
    <footer>
      Released under the MIT License.
      <br />
      Copyright © 2023-{new Date().getFullYear()} Viktor Lázár & Contributors
    </footer>
  );
}